Fix a typo in the first line of README that's been there for years. (blush)
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 15 Feb 2005 18:29:26 +0000 (18:29 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 15 Feb 2005 18:29:26 +0000 (18:29 +0000)
gpsbabel/README

index 887fbfb1e89005affb55450539750d06a785d223..0660324c2c955610ebd6ec9d60bf4109de00b158 100644 (file)
@@ -1,12 +1,12 @@
 
 THE PROBLEM
 
-        There are simply too many gratituosuly different file formats to
+        There are simply too many gratuitously different file formats to
         hold waypoint, track, and route information in various programs
         used by computers.  GPX (http://www.topografix.com/gpx.asp)
-        attempts to define a standard in XML to contain all the data,
-        but there are too many programs that don't understand it yet and
-        too much data that are in an alternate format.
+        defines a standard in XML to contain all the data, but there
+        are too many programs that don't understand it yet and
+        too much data that are in an alternate formats.
 
 THE SOLUTION